home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / prefs.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  2000-01-14  |  235 b   |  12 lines

  1. global gPrefsVarObj
  2.  
  3. on mouseDown
  4.   ButtonList = GetButtonList(gPrefsVarObj)
  5.   trackMouse(getaProp(ButtonList, the clickOn))
  6. end
  7.  
  8. on mouseUp
  9.   ButtonList = GetButtonList(gPrefsVarObj)
  10.   DoMouseUp(getaProp(ButtonList, the clickOn))
  11. end
  12.